type github.com/golang/mock/gomock.anyMatcher

4 uses

	github.com/golang/mock/gomock (current package)
		matchers.go#L90: type anyMatcher struct{}
		matchers.go#L92: func (anyMatcher) Matches(interface{}) bool {
		matchers.go#L96: func (anyMatcher) String() string {
		matchers.go#L281: func Any() Matcher { return anyMatcher{} }